System.Collections.Generic.IList<T>.Insert Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IList<T>.Insert(
	int index,
	T item
)
Visual Basic (Declaration)
Private Sub System.Collections.Generic.IList<T>.Insert ( _
	index As Integer, _
	item As T _
) Implements IList(Of T).Insert
Visual C++
private:
virtual void System.Collections.Generic.IList<T>.Insert (
	int index, 
	T item
) sealed = IList<T>::Insert

Parameters

index
Int32
item
T

See Also